Package com.sendbird.uikit.providers

Types

Link copied to clipboard
object AdapterProviders

A set of Providers that provide a RecyclerView.Adapter that binds to a RecyclerView among the screens used in UIKit.

Link copied to clipboard
object FragmentProviders

Create a Fragment provider. In situations where you need to create a fragment, create the fragment through the following providers. If you need to use Custom Fragment, change the provider

Link copied to clipboard
object ModuleProviders

UIKit for Android, you need a module and components to create a view. Components are the smallest unit of customizable views that can make up a whole screen and the module coordinates these components to be shown as the fragment's view. Each module also has its own customizable style per screen. A set of Providers that provide a Module that binds to a Fragment among the screens used in UIKit.

Link copied to clipboard
object ViewModelProviders

A set of Providers that provide a BaseViewModel that binds to a Fragment among the screens used in UIKit.